"Horizontal card"
Bootstrap 3.3.0 Snippet by ALIMUL AL RAZY

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="col-md-5">
<div class="card-box">
<div class="card-img-content">
<img src="https://images.unsplash.com/photo-1523688161035-247757c1ffff?ixlib=rb-0.3.5&s=f48e1584289f292e4799549181416268&auto=format&fit=crop&w=634&q=80">
</div>
<div class="card-description-content">
<h5 class="title">llorem ipsum clesfk</h5>
<div class="description">Celebrating 40 years of adas in action.</div>
<div class="button-section"><a href="#" class="button">Download</a></div>
</div>
</div>
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.card-box{
display: flex;
}
.card-content{
flex: 1;
}
img {
vertical-align: middle;
border-style: none;
width:150px;
height:200px;
}
.card-description-content{
flex: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 20px;
padding-right: 48px;
}
.button{
background-color: #C5D92C;
font-family: Raleway-Bold;
font-size: 14px;
color: #365072;
letter-spacing: 0;
height: 38px;
padding-left: 25px !important;
padding-right: 25px !important;
border: none;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: